home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1343 / _setup.1 / msched.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Encoding:
Text File  |  1997-06-29  |  3.0 KB  |  167 lines

  1. object frmMain: TfrmMain
  2.   Left = 620
  3.   Top = 124
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Macro Scheduler'
  7.   ClientHeight = 252
  8.   ClientWidth = 251
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 7
  20.     Top = 9
  21.     Width = 42
  22.     Height = 13
  23.     Caption = 'Macros :'
  24.   end
  25.   object Image1: TImage
  26.     Left = 188
  27.     Top = 152
  28.     Width = 41
  29.     Height = 33
  30.     Picture.Data = {<image001.ico>}
  31.   end
  32.   object lblTime: TLabel
  33.     Left = 177
  34.     Top = 190
  35.     Width = 10
  36.     Height = 16
  37.     Font.Color = clBlue
  38.     Font.Height = -13
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsItalic]
  41.     ParentFont = False
  42.   end
  43.   object lstMacros: TListBox
  44.     Left = 8
  45.     Top = 24
  46.     Width = 152
  47.     Height = 185
  48.     ItemHeight = 13
  49.     TabOrder = 0
  50.   end
  51.   object btnOK: TButton
  52.     Left = 8
  53.     Top = 220
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     TabOrder = 1
  58.     OnClick = btnOKClick
  59.   end
  60.   object btnQuit: TButton
  61.     Left = 88
  62.     Top = 220
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'Quit'
  66.     TabOrder = 2
  67.     OnClick = btnQuitClick
  68.   end
  69.   object Button1: TButton
  70.     Left = 168
  71.     Top = 220
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'About...'
  75.     TabOrder = 3
  76.     OnClick = Button1Click
  77.   end
  78.   object btnNew: TButton
  79.     Left = 168
  80.     Top = 24
  81.     Width = 75
  82.     Height = 23
  83.     Caption = 'New'
  84.     TabOrder = 4
  85.     OnClick = btnNewClick
  86.   end
  87.   object btnEdit: TButton
  88.     Left = 168
  89.     Top = 48
  90.     Width = 75
  91.     Height = 23
  92.     Caption = 'Edit'
  93.     TabOrder = 5
  94.     OnClick = btnEditClick
  95.   end
  96.   object btnDelete: TButton
  97.     Left = 168
  98.     Top = 72
  99.     Width = 75
  100.     Height = 23
  101.     Caption = 'Delete'
  102.     TabOrder = 6
  103.     OnClick = btnDeleteClick
  104.   end
  105.   object btnRunNow: TButton
  106.     Left = 168
  107.     Top = 96
  108.     Width = 75
  109.     Height = 23
  110.     Caption = 'Run Now'
  111.     TabOrder = 7
  112.     OnClick = btnRunNowClick
  113.   end
  114.   object btnRecord: TButton
  115.     Left = 168
  116.     Top = 120
  117.     Width = 75
  118.     Height = 23
  119.     Caption = 'Record'
  120.     TabOrder = 8
  121.     OnClick = btnRecordClick
  122.   end
  123.   object sk: TSendKeys
  124.     Left = 210
  125.     Top = 227
  126.   end
  127.   object tmrScheduler: TTimer
  128.     OnTimer = tmrSchedulerTimer
  129.     Left = 181
  130.     Top = 227
  131.   end
  132.   object pop1: TPopupMenu
  133.     Left = 208
  134.     Top = 216
  135.     object popSettings: TMenuItem
  136.       Caption = 'Settings'
  137.       ShortCut = 0
  138.       OnClick = popSettingsClick
  139.     end
  140.     object popAbout: TMenuItem
  141.       Caption = 'About'
  142.       ShortCut = 0
  143.       OnClick = popAboutClick
  144.     end
  145.     object N1: TMenuItem
  146.       Caption = '-'
  147.       ShortCut = 0
  148.     end
  149.     object popExit: TMenuItem
  150.       Caption = 'Quit'
  151.       ShortCut = 0
  152.       OnClick = popExitClick
  153.     end
  154.   end
  155.   object Validator: TValidator
  156.     RandSeed = 260172
  157.     OnVldOk = ValidatorVldOk
  158.     OnVldFailed = ValidatorVldFailed
  159.     Left = 192
  160.     Top = 232
  161.   end
  162.   object Encrypt1: TEncrypt
  163.     Left = 215
  164.     Top = 192
  165.   end
  166. end
  167.